module VFX
{
    imports
    {
        Base,
    }

/* <<<<<  Fruit  >>>>> */

    item Apricot
    {
        DisplayName = Apricot,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Fruits,
        Weight = 0.1,

        DaysFresh = 5,
        DaysTotallyRotten = 7,

        HungerChange = -5,
        Calories = 17.0,
        Carbohydrates = 3.9,
        Lipids = 0.1,
        Proteins = 0.5,

        CustomEatSound = EatingFruit,

        Icon = VFX_Fruit_Apricot,
        StaticModel = Base.VFX_Apricot,
        WorldStaticModel = Base.VFX_Apricot,

        EvolvedRecipe = Chili:5;Curry:5;Casserole:5;Meatloaf:5;BakedPotato:5;ScallopedPotatoBake:5;Quiche:5;Cereal:5;Cheesecake:5;Milkshake:5;Rice:5;Pasta:5;Stir fry:5;FruitSalad:5;PieSweet:5;Cake:5;Pancakes:5;ConeIcecream:5;Oatmeal:5;Muffin:5,
    }

    item GreenKiwi
    {
        DisplayName = Green Kiwi,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Fruits,
        Weight = 0.1,

        DaysFresh = 5,
        DaysTotallyRotten = 7,

        HungerChange = -5,
        Calories = 42.0,
        Carbohydrates = 10.1,
        Lipids = 0.4,
        Proteins = 0.8,

        CustomEatSound = EatingFruit,

        Icon = VFX_Fruit_GreenKiwi,
        StaticModel = Base.VFX_GreenKiwi,
        WorldStaticModel = Base.VFX_GreenKiwi,

        EvolvedRecipe = Cereal:5;Cheesecake:5;Milkshake:5;FruitSalad:5;PieSweet:5;Cake:5;Pancakes:5;ConeIcecream:5;Oatmeal:5;Muffin:5,
    }

    item GoldKiwi
    {
        DisplayName = Gold Kiwi,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Fruits,
        Weight = 0.1,

        DaysFresh = 5,
        DaysTotallyRotten = 7,

        HungerChange = -5,
        Calories = 53.0,
        Carbohydrates = 13.0,
        Lipids = 0.4,
        Proteins = 1.0,

        CustomEatSound = EatingFruit,

        Icon = VFX_Fruit_GoldKiwi,
        StaticModel = Base.VFX_GoldKiwi,
        WorldStaticModel = Base.VFX_GoldKiwi,

        EvolvedRecipe = Cereal:5;Cheesecake:5;Milkshake:5;FruitSalad:5;PieSweet:5;Cake:5;Pancakes:5;ConeIcecream:5;Oatmeal:5;Muffin:5,
    }

    item Papaya
    {
        DisplayName = Papaya,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Fruits,
        Weight = 0.3,

        DaysFresh = 7,
        DaysTotallyRotten = 10,

        HungerChange = -18,
        Calories = 59.0,
        Carbohydrates = 15.0,
        Lipids = 0.4,
        Proteins = 1.0,

        EatType = 2handforced,
        CustomEatSound = EatingFruit,

        Icon = VFX_Fruit_Papaya,
        StaticModel = Base.VFX_Papaya,
        WorldStaticModel = Base.VFX_Papaya,

        EvolvedRecipe = Cereal:9;Cheesecake:9;Milkshake:9;FruitSalad:9;PieSweet:9;Cake:9;Pancakes:9;ConeIcecream:9;Oatmeal:9;Muffin:9,
    }

    item Plum
    {
        DisplayName = Plum,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Fruits,
        Weight = 0.1,

        DaysFresh = 5,
        DaysTotallyRotten = 7,

        HungerChange = -6,
        Calories = 30.0,
        Carbohydrates = 7.5,
        Lipids = 0.2,
        Proteins = 0.5,

        CustomEatSound = EatingFruit,

        Icon = VFX_Fruit_Plum,
        StaticModel = Base.VFX_Plum,
        WorldStaticModel = Base.VFX_Plum,

        EvolvedRecipe = Chili:6;Curry:6;Casserole:6;Meatloaf:6;BakedPotato:6;ScallopedPotatoBake:6;Quiche:6;Cereal:6;Cheesecake:6;Milkshake:6;Rice:6;Pasta:6;Stir fry:6;FruitSalad:6;PieSweet:6;Cake:6;Pancakes:6;ConeIcecream:6;Oatmeal:6;Muffin:6,
    }

    item Pomegranate
    {
        DisplayName = Pomegranate,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Fruits,
        Weight = 0.5,

        DaysFresh = 7,
        DaysTotallyRotten = 10,

        HungerChange = -20,
        Calories = 234.0,
        Carbohydrates = 53.0,
        Lipids = 3.3,
        Proteins = 4.7,

        CustomEatSound = EatingFruit,

        Icon = VFX_Fruit_Pomegranate,
        StaticModel = Base.VFX_Pomegranate,
        WorldStaticModel = Base.VFX_Pomegranate,

        EvolvedRecipe = Cereal:10;Cheesecake:10;Milkshake:10;FruitSalad:10;PieSweet:10;Cake:10;Pancakes:10;ConeIcecream:10;Oatmeal:10;Muffin:10,
    }

    item PunnetBlackberries
    {
        DisplayName = Punnet of Blackberries,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Fruits,
        Weight = 0.3,

        DaysFresh = 4,
        DaysTotallyRotten = 6,

        HungerChange = -10,
        Calories = 97.0,
        Carbohydrates = 21.6,
        Lipids = 1.1,
        Proteins = 3.4,

        EatType = Plate,
        CustomEatSound = EatingFruit,

        Icon = VFX_FruitPunnetBlackberries,
        StaticModel = Base.VFX_PunnetBlackberries,
        WorldStaticModel = Base.VFX_PunnetBlackberries,

        EvolvedRecipe = Cereal:5;Cheesecake:5;Milkshake:5;FruitSalad:5;PieSweet:5;Cake:5;Pancakes:5;ConeIcecream:5;Oatmeal:5;Muffin:5,
    }

    item PunnetBlueberries
    {
        DisplayName = Punnet of Blueberries,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Fruits,
        Weight = 0.4,

        DaysFresh = 4,
        DaysTotallyRotten = 6,

        HungerChange = -16,
        Calories = 171.0,
        Carbohydrates = 43.5,
        Lipids = 0.9,
        Proteins = 2.3,

        EatType = Plate,
        CustomEatSound = EatingFruit,

        Icon = VFX_FruitPunnetBlueberries,
        StaticModel = Base.VFX_PunnetBlueberries,
        WorldStaticModel = Base.VFX_PunnetBlueberries,

        EvolvedRecipe = Cereal:8;Cheesecake:8;Milkshake:8;FruitSalad:8;PieSweet:8;Cake:8;Pancakes:8;ConeIcecream:8;Oatmeal:8;Muffin:8,
    }

    item Cranberries
    {
        DisplayName = Cranberry,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Fruits,
        Weight = 0.1,

        DaysFresh = 4,
        DaysTotallyRotten = 6,

        HungerChange = -4,
        Calories = 46.0,
        Carbohydrates = 12.0,
        Lipids = 0.1,
        Proteins = 0.4,

        CustomEatSound = EatingFruit,

        Icon = VFX_Fruit_Cranberries,
        StaticModel = Base.VFX_Cranberries,
        WorldStaticModel = Base.VFX_Cranberries,

        EvolvedRecipe = Chili:4;Curry:4;Casserole:4;Meatloaf:4;BakedPotato:4;ScallopedPotatoBake:4;Quiche:4;Cereal:4;Cheesecake:4;Milkshake:4;Rice:4;Pasta:4;Stir fry:4;FruitSalad:4;PieSweet:4;Cake:4;Pancakes:4;ConeIcecream:4;Oatmeal:4;Muffin:4,
    }

    item Figs
    {
        DisplayName = Fig,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Fruits,
        Weight = 0.1,

        DaysFresh = 5,
        DaysTotallyRotten = 7,

        HungerChange = -6,
        Calories = 74.0,
        Carbohydrates = 19.0,
        Lipids = 0.3,
        Proteins = 0.8,

        CustomEatSound = EatingFruit,

        Icon = VFX_Fruit_Figs,
        StaticModel = Base.VFX_Figs,
        WorldStaticModel = Base.VFX_Figs,

        EvolvedRecipe = Cereal:6;Cheesecake:6;Milkshake:6;FruitSalad:6;PieSweet:6;Cake:6;Pancakes:6;ConeIcecream:6;Oatmeal:6;Muffin:6,
    }

    item Nectarines
    {
        DisplayName = Nectarine,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Fruits,
        Weight = 0.2,

        DaysFresh = 6,
        DaysTotallyRotten = 8,

        HungerChange = -10,
        Calories = 62.0,
        Carbohydrates = 15.0,
        Lipids = 0.3,
        Proteins = 1.5,

        CustomEatSound = EatingFruit,

        Icon = VFX_Fruit_Nectarines,
        StaticModel = Base.VFX_Nectarines,
        WorldStaticModel = Base.VFX_Nectarines,

        EvolvedRecipe = Cereal:10;Cheesecake:10;Milkshake:10;FruitSalad:10;PieSweet:10;Cake:10;Pancakes:10;ConeIcecream:10;Oatmeal:10;Muffin:10,
    }

    item PunnetRaspberries
    {
        DisplayName = Punnet of Raspberries,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Fruits,
        Weight = 0.3,

        DaysFresh = 4,
        DaysTotallyRotten = 6,

        HungerChange = -12,
        Calories = 104.0,
        Carbohydrates = 24.0,
        Lipids = 1.4,
        Proteins = 2.4,

        EatType = Plate,
        CustomEatSound = EatingFruit,

        Icon = VFX_FruitPunnetRaspberries,
        StaticModel = Base.VFX_PunnetRaspberries,
        WorldStaticModel = Base.VFX_PunnetRaspberries,

        EvolvedRecipe = Cereal:6;Cheesecake:6;Milkshake:6;FruitSalad:6;PieSweet:6;Cake:6;Pancakes:6;ConeIcecream:6;Oatmeal:6;Muffin:6,
    }

    item Tangerines
    {
        DisplayName = Tangerine,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Fruits,
        Weight = 0.2,

        DaysFresh = 6,
        DaysTotallyRotten = 8,

        HungerChange = -12,
        Calories = 53.0,
        Carbohydrates = 13.0,
        Lipids = 0.3,
        Proteins = 0.8,

        CustomEatSound = EatingFruit,

        Icon = VFX_Fruit_Tangerines,
        StaticModel = Base.VFX_Tangerines,
        WorldStaticModel = Base.VFX_Tangerines,

        EvolvedRecipe = Cereal:12;Cheesecake:12;Milkshake:12;FruitSalad:12;PieSweet:12;Cake:12;Pancakes:12;ConeIcecream:12;Oatmeal:12;Muffin:12,
    }

/* <<<<<  Vegetables  >>>>> */

    item BagGreenBeans
    {
        DisplayName = Bag of Green Beans,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Vegetables,
        Weight = 0.3,

        DaysFresh = 6,
        DaysTotallyRotten = 8,

        HungerChange = -12,
        Calories = 75.0,
        Carbohydrates = 17.0,
        Lipids = 0.3,
        Proteins = 4.0,

        EatType = EatBox,
        CustomEatSound = EatingFruit,

        Icon = VFX_Vegetable_GreenBeans,
        StaticModel = Base.VFX_BagGreenBeans,
        WorldStaticModel = Base.VFX_BagGreenBeans,

        EvolvedRecipe = Chili:12;Curry:12;Casserole:12;Meatloaf:12;Ramen:6;BakedPotato:6;ScallopedPotatoBake:6;Quiche:6;Rice:12;Pasta:12;Soup:12;Stew:12;Pie:12;Stir fry:12;Salad:6,
        EvolvedRecipeName = Green Beans,
    }

    item Beetroot
    {
        DisplayName = Beetroot,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Vegetables,
        Weight = 0.2,

        DaysFresh = 7,
        DaysTotallyRotten = 9,

        HungerChange = -10,
        Calories = 43.0,
        Carbohydrates = 10.0,
        Lipids = 0.2,
        Proteins = 1.6,

        CustomEatSound = EatingFruit,

        Icon = VFX_Vegetable_Beetroot,
        StaticModel = Base.VFX_Beetroot,
        WorldStaticModel = Base.VFX_Beetroot,

        EvolvedRecipe = Chili:10;Curry:10;Casserole:10;Meatloaf:10;Ramen:5;BakedPotato:5;ScallopedPotatoBake:5;Quiche:5;Rice:10;Pasta:10;Soup:10;Stew:10;Pie:10;Stir fry:10;Sandwich:5;Burger:5;Salad:5,
    }

    item Asparagus
    {
        DisplayName = Asparagus,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Vegetables,
        Weight = 0.2,

        DaysFresh = 5,
        DaysTotallyRotten = 7,

        HungerChange = -6,
        Calories = 20.0,
        Carbohydrates = 3.7,
        Lipids = 0.1,
        Proteins = 2.2,

        CustomEatSound = EatingFruit,

        Icon = VFX_Vegetable_Asparagus,
        StaticModel = Base.VFX_Asparagus,
        WorldStaticModel = Base.VFX_Asparagus,

        EvolvedRecipe = Chili:6;Curry:6;Casserole:6;Meatloaf:6;Ramen:3;BakedPotato:3;ScallopedPotatoBake:3;Quiche:3;Rice:6;Pasta:6;Soup:6;Stew:6;Pie:6;Stir fry:6;Salad:3,
    }

    item RedCabbage
    {
        DisplayName = Red Cabbage,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Vegetables,
        Weight = 0.2,

        DaysFresh = 10,
        DaysTotallyRotten = 14,

        HungerChange = -20,
        Calories = 31.0,
        Carbohydrates = 7.0,
        Lipids = 0.2,
        Proteins = 1.4,

        CustomEatSound = EatingFruit,

        Icon = VFX_Vegetable_RedCabbage,
        StaticModel = Base.VFX_RedCabbage,
        WorldStaticModel = Base.VFX_RedCabbage,

        EvolvedRecipe = Chili:20;Curry:20;Casserole:20;Meatloaf:20;Ramen:10;BakedPotato:10;ScallopedPotatoBake:10;Quiche:10;Rice:20;Pasta:20;Soup:20;Stew:20;Pie:20;Stir fry:20;Salad:10,
    }

    item SnowPeas
    {
        DisplayName = Bag of Snow Peas,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Vegetables,
        Weight = 0.2,

        DaysFresh = 6,
        DaysTotallyRotten = 8,

        HungerChange = -8,
        Calories = 42.0,
        Carbohydrates = 7.5,
        Lipids = 0.2,
        Proteins = 2.8,

        EatType = EatBox,
        CustomEatSound = EatingFruit,

        Icon = VFX_Vegetable_SnowPeas,
        StaticModel = Base.VFX_SnowPeas,
        WorldStaticModel = Base.VFX_SnowPeas,

        EvolvedRecipe = Chili:8;Curry:8;Casserole:8;Meatloaf:8;Ramen:4;BakedPotato:4;ScallopedPotatoBake:4;Quiche:4;Rice:8;Pasta:8;Soup:8;Stew:8;Pie:8;Stir fry:8;Salad:4,
    }

    item BokChoy
    {
        DisplayName = Bok Choy,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Vegetables,
        Weight = 0.3,

        DaysFresh = 5,
        DaysTotallyRotten = 7,

        HungerChange = -12,
        Calories = 13.0,
        Carbohydrates = 2.2,
        Lipids = 0.2,
        Proteins = 1.5,

        CustomEatSound = EatingFruit,

        Icon = VFX_Vegetable_BokChoy,
        StaticModel = Base.VFX_BokChoy,
        WorldStaticModel = Base.VFX_BokChoy,

        EvolvedRecipe = Chili:12;Curry:12;Casserole:12;Meatloaf:12;Ramen:6;BakedPotato:6;ScallopedPotatoBake:6;Quiche:6;Rice:12;Pasta:12;Soup:12;Stew:12;Pie:12;Stir fry:12;Salad:6,
    }

    item SlicedPotato
    {
        DisplayName = Sliced Potato,
        DisplayCategory = Food,
        Type = Food,
        FoodType = Vegetables,
        Weight = 0.2,

        IsCookable = TRUE,

        DaysFresh = 28,
        DaysTotallyRotten = 280,

        HungerChange = -18,
        ThirstChange = -7,
        Calories = 70,
        Carbohydrates = 15,
        Lipids = 0.15,
        Proteins = 3,

        UnhappyChange = 5,
        RemoveUnhappinessWhenCooked = true,

        MinutesToCook = 10,
        MinutesToBurn = 30,

        Icon = VFX_Vegetable_SlicedPotato,
        StaticModel = Base.VFX_SlicedPotato,
        WorldStaticModel = Base.VFX_SlicedPotato,

        EvolvedRecipe = Chili:18;Curry:18;Casserole:18;Meatloaf:18;Ramen:9;BakedPotato:9;ScallopedPotatoBake:9;Quiche:9;Rice:18;Pasta:18;Soup:18;Stew:18;Pie:18;Stir fry:18;Salad:9,
        EvolvedRecipeName = Potato,
    }

    item MashedPotato
    {
        DisplayName = Mashed Potato,
        DisplayCategory = Food,
        Type = Food,
        Weight = 0.3,

        GoodHot = TRUE,

        DaysFresh = 2,
        DaysTotallyRotten = 4,

        HungerChange = -25,
        UnhappyChange = -10,

        Calories = 300,
        Carbohydrates = 35.0,
        Lipids = 9.0,
        Proteins = 4.0,

        Icon = VFX_Vegetable_MashedPotato,
        StaticModel = Base.VFX_MashedPotato,
        WorldStaticModel = Base.VFX_MashedPotato,
    }

}